Imported Upstream version 0.4.0
authorAsias He <asias.hejun@gmail.com>
Fri, 5 Apr 2013 02:51:51 +0000 (10:51 +0800)
committerAsias He <asias.hejun@gmail.com>
Fri, 5 Apr 2013 02:51:51 +0000 (10:51 +0800)
commit37b03a11b118fa9c19b34de5db6a3c2b468ec37f
tree642633637cf1d93db3a1dca45d28219be04ece74
parent6707b885261bd73e2954c5e12f2966920b0014e6
Imported Upstream version 0.4.0
56 files changed:
.npmignore [new file with mode: 0644]
AUTHORS
CMakeLists.txt
INSTALL [deleted file]
NEWS
README
binding.gyp [new file with mode: 0644]
data/CMakeLists.txt
data/cn/cn-it.txt
data/cn/cn-name.txt
data/cn/to_cn_phrases.txt
data/jp/to_jp_variants.txt [new file with mode: 0644]
data/scheme/st_multi.txt
data/scheme/st_multi_rare.txt [deleted file]
data/scheme/variant.txt
data/scripts/common.py
data/simp_to_trad/characters.txt
data/simp_to_trad/phrases.txt
data/trad_to_simp/characters.txt
data/tw/from_tw_variants.txt
data/tw/to_tw_phrases.txt
data/tw/to_tw_variants.txt
data/tw/tw-it.txt
data/tw/tw-name.txt
gypi/configs.gypi [new file with mode: 0644]
gypi/dicts.gypi [new file with mode: 0644]
gypi/global.gypi [new file with mode: 0644]
gypi/opencc_dict.gypi [new file with mode: 0644]
node/binding.cc [new file with mode: 0644]
node/demo.js [new file with mode: 0644]
node/opencc.js [new file with mode: 0644]
node/test.js [new file with mode: 0644]
opencc.gyp [new file with mode: 0644]
package.json [new file with mode: 0644]
release.sh
src/common.h [new file with mode: 0644]
src/config_reader.c
src/config_reader.h
src/converter.c
src/converter.h
src/dictionary/datrie.c
src/dictionary/text.c
src/dictionary_group.c
src/dictionary_group.h
src/dictionary_set.c
src/dictionary_set.h
src/encoding.c
src/encoding.h
src/opencc.c
src/opencc.h
src/opencc_types.h
src/tools/CMakeLists.txt
src/tools/opencc.c
src/tools/opencc_dict.c
src/utils.c
src/utils.h